Add proper version support, dumb punctuation, help URL, first run/last run version
Now with real version support
- #44:
help_url
for URL link to help/support page. Shown in error logs and viaworkflow:help
magic arg. Docs. - #21:
Workflow.dumbify_punctuation()
replaces curly and other exotic quotes, n- and m-dashes with ASCII equivalents. Docs. - #30: Turn automatic update checks off/on with
workflow:noautoupdate
andworkflow:autoupdate
. Docs. - #32: Change magic arg prefix (
Workflow.magic_prefix
) and editing, augmenting of built-in magic args. Docs. - #40: Proper semantic version support. First run/last run version support to enable bootstrapping/migration. Docs.
- New magic args. Docs.
workflow:magic
lists all available magic args.workflow:help
openshelp_url
in default browser (if set).workflow:version
displays version of installed workflow (if set).