Skip to content

How to escape the help text so it's not parsed as a command #99

@IDmedia

Description

@IDmedia

Just a quick and simple question. If I Have the following code example. How may I escape the HELP_TEXT so it's not parsed as a command?

def main():
if len(sys.argv) != 3:
sys.exit(HELP_TEXT)

if name == 'main':
main()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions