Open
Description
Expected Behaviour
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.
Actual Behaviour
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
Platform and Version
MacOS Ventura: 13.4.1 (c)
himl v0.12.0 (installed via brew)
Metadata
Metadata
Assignees
Labels
No labels
Activity