We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Execute himl cli command in current directory as:
cd working-dir himl . --output-file output.yaml
Output of the file should not be empty. No data is appended to the output file.
cd working-dir himl . --output-file output.yaml cat output.yaml {}
Output of the file is empty. If I go up one folder and use the working-dir in path:
pwd working-dir cd .. himl working-dir/ --output-file output.yaml
Data is being generated in the output.yaml
MacOS Ventura: 13.4.1 (c) himl v0.12.0 (installed via brew)
The text was updated successfully, but these errors were encountered:
Note that himl ../working-dir works
himl ../working-dir
Sorry, something went wrong.
No branches or pull requests
Expected Behaviour
Execute himl cli command in current directory as:
Output of the file should not be empty. No data is appended to the output file.
Actual Behaviour
Output of the file is empty.
If I go up one folder and use the working-dir in path:
Data is being generated in the output.yaml
Platform and Version
MacOS Ventura: 13.4.1 (c)
himl v0.12.0 (installed via brew)
The text was updated successfully, but these errors were encountered: