Crate tidploy

source ·

Modules§

Structs§

  • Simple wrapper error that displays the inner eyre Report. However, it is not directly accessible. Do not try to match on its potential errors, simply directly display it.
  • These represent global arguments that correspond to global args of the CLI (i.e. valid for all subcomannds). To limit breaking changes, this struct is non_exhaustive.
  • These represent arguments that correspond to args of the CLI run subcommand. To limit breaking changes, this struct is non_exhaustive. See GlobalArguments for details on how to instantiate.

Enums§

  • The different contexts that tidploy will use to populate its configuration. ‘None’ means it will not consider that it is currently in a Git project and will only pick up configuration in its current directory.

Functions§