Skip to content

himl binary not working in actual directory #139

Open
@chisanov

Description

@chisanov

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions