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

himl binary not working in actual directory #139

Open
chisanov opened this issue Jul 20, 2023 · 1 comment
Open

himl binary not working in actual directory #139

chisanov opened this issue Jul 20, 2023 · 1 comment

Comments

@chisanov
Copy link

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)

@aslafy-z
Copy link
Contributor

Note that himl ../working-dir works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants