Skip to content

Commit

Permalink
new example
Browse files Browse the repository at this point in the history
  • Loading branch information
avarga committed Oct 9, 2024
1 parent b8cfce7 commit 02d0b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opp_env/opp_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ def add_arguments(subparser, names):
# Smoke test an existing INET installation:
$ opp_env run inet-4.5.0 --smoke-test
# Rebuild all projects
$ opp_env run -c "clean_all; build_all"
"""),
formatter_class=argparse.RawDescriptionHelpFormatter)
add_arguments(subparser, [
Expand Down

0 comments on commit 02d0b9d

Please sign in to comment.