Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates: * Add pre-commit DoNotMerge. * Add todo-check pre-commit. * Update README.md * Add flags, other details and generally more content throughout the program. * Move some commands code into `//mbo/app/...`. * CircleCI program: * Add ability to log requests, status_code and response body. * Many improvements to time and timedelta handling. * In workflows_lib improve parsing an printing. * Unify circleci confic flags and env vars by using the same prefix (not done in CircleCiApi/Opts). * Implement details fetching already for the `fetch` command. * Improve flag parsing with enum parsers. * CircleCiApi: * Add CircleCiApiV2Opts which can hold the same data as the API's constructor receives. * Add mbo/app/commands.py module: * Many improvements to deal with MARKDOWN. * Add mbo/app/flags.py mode: * Copied elements from original commands/_lib.py. * Added CommandParagraphFormatter. * Many fixes and general improvements to flag parsing etc. * Add EnumListAction class. * Add ParseDateTimeOrDelta. * Fewer sequential empty lines - at most 1 empty line looks best (at least in markdown).
- Loading branch information