Python Argparse Subparser , Nested parser, Command line argument

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 9

  • @jonatankruszewski53
    @jonatankruszewski53 3 года назад +7

    In 8 minutes of video you solved me a problem that it was taking me hours on the documentation. Much appreciated!

  • @obenteorama
    @obenteorama 6 месяцев назад

    Excellent video. Saved me a great deal of time

  • @ackermannyuriy7203
    @ackermannyuriy7203 2 года назад +1

    Two hours of reading pypi was solved in eight minutes by this fantastic guy! Thank you sir!

  • @dawei7
    @dawei7 4 года назад +2

    Very good, thanks a lot.

  • @putskan3377
    @putskan3377 3 года назад +1

    very helpful, thanks

  • @samre3006
    @samre3006 3 года назад +1

    Nice.

  • @akarshsm4104
    @akarshsm4104 3 года назад +1

    can we do it without dest=commond

  • @low-key-gamer6117
    @low-key-gamer6117 2 года назад

    How do I do something like this,
    usage: main.py [-h] [--video_link video | --channel_link channel --num_vids num ]
    Here the two sets need to be mutually exclusive, --quality and --num_videos are only needed if using --channel_link, but can be used in any order.