Help Topics for recipe

Project

recipe

Function

register_gwr

Sample CLI

gway recipe register-gwr

Signature

()

Docstring

Register the .gwr file extension so that double-click launches: gway -r "" Works on Windows (via registry) and Linux (via desktop entry + MIME).

Project

recipe

Function

run

Sample CLI

gway recipe run

References

['run_recipe']

Signature

(*script: str, **context)

Project

builtin

Function

run

Sample CLI

gway run

References

['run_recipe']

Signature

(*script: str, **context)

Project

builtin

Function

run_recipe

Sample CLI

gway run-recipe

References

['debug', 'resource']

Signature

(*script: str, **context)

Docstring

Run commands parsed from a .gwr file, falling back to the 'recipes/' resource bundle. Recipes are gway scripts composed of one command per line with optional comments.