🍟 == ExpOven Manual == 🍟
Before start, please setup the configuration file according to the instructions.
GitHub Repo: https://github.com/IsshikiHugh/ExpOven

🔍 == Usage == 🔍
Shortcuts:
  ding [--ogroup <group>] <message>
                    Directly notify with a message.
                    eg: ding "Hello World!"
                    eg: ding --ogroup work "Hello World!"
  bake [--ogroup <group>] <command>
                    Use notifier to monitor the status of the command. When the command is
                    started or terminated, the notifier will send a message.
                    eg: bake python train.py --exp_name='debug'
                    eg: bake --ogroup work python train.py

Full:
  oven [actions] <actions-args>
    Actions:
      version                    Show current version and check the latest version.
      help                       Show the manual.
      ding <message>             The same as the shortcut "ding".
                                 eg: oven ding "Hello World!"
      bake <command>             The same as the shortcut "bake".
                                 eg: oven bake python train.py --exp_name='debug'
      init-cfg                   Create and initialize the configuration files if they
                                 do not exist.
      reset-cfg                  Overwrite and reset the configuration files.
      set-default <group>        Set the default notification group.
                                 eg: oven set-default work
      list-ogroups               List all notification groups and their backend types.
      home                       Display the detected home directory.
