Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Oct 2, 2024
1 parent a6cf05d commit 8c56c63
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tla/tlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
DEFAULT_CLASSPATH_ARGS = ["-cp", "tla2tools.jar:CommunityModules-deps.jar"]

USAGE = """
To pass arguments directly to TLC that the wrapper does not support,
pass the -n flag, and evaluate the output beforehand, e.g. `./tlc.py -n mc Spec.tla` -debugger
To forward arguments directly to TLC that the wrapper does not support,
run with the -n flag, and evaluate the output beforehand, e.g. `./tlc.py -n mc Spec.tla` -debugger
"""


def cli():
parser = argparse.ArgumentParser(
prog="TLC model checker wrapper for the CCF project",
usage=USAGE
description="TLC model checker wrapper for the CCF project", usage=USAGE
)

# Common options for all commands
Expand Down

0 comments on commit 8c56c63

Please sign in to comment.