Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels with empty values should not be listed or documented #1

Open
zanetworker opened this issue Mar 28, 2018 · 0 comments
Open

Labels with empty values should not be listed or documented #1

zanetworker opened this issue Mar 28, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@zanetworker
Copy link
Owner

zanetworker commented Mar 28, 2018

Currently, there are no checks for empty values when creating the Dockument markdown for images and docker files, as a result, empty keys are still printed or documented, for example:

dockument tests -i "zanetworker/dockument"

Yields:

	Name: apt-get upgrade
	Command: apt-get
	Args: [-qqs, upgrade]
	Expected Ouput: true
	Expected Error:
	Excluded Ouput:
	Excluded Error:

Should be:

	Name: apt-get upgrade
	Command: apt-get
	Args: [-qqs, upgrade]
	Expected Ouput: true
@zanetworker zanetworker added the enhancement New feature or request label Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant