Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Much like the git command, the conditions command line has interface has sub-commands with their own command switches.

...

General Options Table

Short OptionLong OptionDescription
-d--detectorname of HPS Java detector to initialize
-r--runrun number for initialization (with detector)
-t--tagconditions tag for record filtering
-h--helpprint help and exit

These options should be provided before the sub-command, as in this example.:

Code Block
languagebash
themeMidnight
conditions-cli.sh tag -d HPS-dummy-detector -r 1234 [subcommand]

...