Skip to content
Snippets Groups Projects

Adding verbose option lunched by adding -v

Merged Thibault Lavigne requested to merge feature_verbose into master
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
564 584 default=THRESHOLD,
565 585 type=threshold_float_type,
566 586 )
587 parser.add_argument(
588 "-v",
589 "--verbose",
590 help="Print only the recap if False",
  • 564 584 default=THRESHOLD,
    565 585 type=threshold_float_type,
    566 586 )
    587 parser.add_argument(
    588 "-v",
    589 "--verbose",
    590 help="Print only the recap if False",
    591 action="store_false",
    592 )
  • added 1 commit

    Compare with previous version

    By Charlotte Mauvezin on 2021-12-24T12:43:19 (imported from GitLab)

  • added 1 commit

    Compare with previous version

    By Charlotte Mauvezin on 2022-01-03T15:04:32 (imported from GitLab)

  • Thibault Lavigne added 9 commits

    added 9 commits

    Compare with previous version

    By Charlotte Mauvezin on 2022-01-03T15:06:54 (imported from GitLab)

  • mentioned in commit 0061dab0

    By Chaza Abdelwahab on 2022-01-03T15:09:27 (imported from GitLab)

  • Please register or sign in to reply
    Loading