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

Check subcommands' statuses #410

Merged
merged 3 commits into from
Nov 7, 2023
Merged

Check subcommands' statuses #410

merged 3 commits into from
Nov 7, 2023

Conversation

smoelius
Copy link
Member

@smoelius smoelius commented Oct 31, 2023

@smoelius
Copy link
Member Author

@vanhauser-thc afl.rs could have a special case for afl-system-config, but would you consider adding something like:

if [ $# -ne 0 ]; then
  echo "Unknown option(s): $@"
  exit 1
fi

here?

@vanhauser-thc
Copy link
Contributor

@vanhauser-thc afl.rs could have a special case for afl-system-config, but would you consider adding something like:

if [ $# -ne 0 ]; then
  echo "Unknown option(s): $@"
  exit 1
fi

here?

done in 7e67dc9d6938aadef19d5697a448cdf15a50172f

@smoelius smoelius merged commit b6e8eaa into master Nov 7, 2023
10 checks passed
@smoelius smoelius deleted the subcommand-status branch November 7, 2023 15:34
@smoelius
Copy link
Member Author

smoelius commented Nov 7, 2023

done in 7e67dc9d6938aadef19d5697a448cdf15a50172f

Thank you, @vanhauser-thc.

@smoelius smoelius mentioned this pull request Nov 7, 2023
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