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

Add option for writing to STDOUT instead of File; #8

Closed
Tracked by #7
mrghosti3 opened this issue Mar 9, 2024 · 0 comments
Closed
Tracked by #7

Add option for writing to STDOUT instead of File; #8

mrghosti3 opened this issue Mar 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mrghosti3
Copy link
Owner

mrghosti3 commented Mar 9, 2024

A flag for de-compilation should be added, to write out data to STDOUT instead of file.

@mrghosti3 mrghosti3 mentioned this issue Mar 9, 2024
13 tasks
@mrghosti3 mrghosti3 added this to the iteration1 milestone Mar 9, 2024
@mrghosti3 mrghosti3 self-assigned this Mar 9, 2024
@mrghosti3 mrghosti3 added the enhancement New feature or request label Mar 9, 2024
mrghosti3 added a commit that referenced this issue Apr 21, 2024
Introducing new types: Args, FdArgument. Args is meant for parsing
cli arguments. FdArgument - for discerning between file name and
STDIN/STDOUT.

Now when config is being parsed, optional flags do not output, but
will output Error, when unrecognised argument is passed into the
program.

closes #8
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