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

Handling of wrong arguments for commands that have defaults #376

Open
y0014984 opened this issue Jul 9, 2023 · 0 comments
Open

Handling of wrong arguments for commands that have defaults #376

y0014984 opened this issue Jul 9, 2023 · 0 comments
Labels
armaOS enhancement New feature or request

Comments

@y0014984
Copy link
Owner

y0014984 commented Jul 9, 2023

If I use the following command:

crypto -m=encrypt -k=13 -a=column Teststring

I will get en encrypted string, that is encrypted with caesar algorithm and not with columnar algorithm. "columnar" would be the correct option. I think because this command defaults to "caesar", it will give no feedback that the given argument was wrong. We should change that. It's not critical but would help users with wrong commands.

@y0014984 y0014984 added enhancement New feature or request armaOS labels Jul 9, 2023
@y0014984 y0014984 moved this to Todo in AE3 Version 0.6.0 Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
armaOS enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant