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

Enable using script and expression cli arguments at the same time #356

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

Bzero
Copy link
Contributor

@Bzero Bzero commented Feb 17, 2024

This pull request should resolve issue #354.

With this modification it becomes possible to use the FILE and -e <CODE> arguments in the same command, first executing FILE and then CODE, regardless of the argument order.

With this modification it becomes possible to use the 'FILE' and '-e <CODE>' arguments in the same command, first executing 'FILE' and then 'CODE', regardless of the argument order.
numbat-cli/src/main.rs Outdated Show resolved Hide resolved
Copy link
Owner

@sharkdp sharkdp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sharkdp sharkdp merged commit 1fbf8a0 into sharkdp:master Feb 20, 2024
15 checks passed
@Bzero Bzero deleted the use_script_and_expression branch February 21, 2024 19:22
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

Successfully merging this pull request may close these issues.

2 participants