Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8274547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:45:35+00:00 2026-06-08T07:45:35+00:00

What I mean by multiple level arguments is something like svn help , after

  • 0

What I mean by multiple level arguments is something like svn help, after parsing the svn help part, the following word is considered argument to help the subcommand.

Is it possible to set this up with optparse?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T07:45:38+00:00Added an answer on June 8, 2026 at 7:45 am

    According to the python docs, optparse is now considered as deprecated, and won’t be developed further; therefore i would strongly suggest you to use the module argparse, whith which you can create “multiple level” arguments.

    import argparse
    parser = argparse.ArgumentParser()
    
    # Init sub-command
    parser_init = subparsers.add_parser('init', help='initialize the things')
    parser_init.add_argument(...)
    
    # Help sub-command
    parser_help = subparsers.add_parser('help', help='help me!')
    parser_help.add_argument(...)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got the following array (shortened ... multiple dot mean that they are data
I use the following code to produce multiple boxplots, ranked by the mean value
Update : To clear up confusion: by multiple records I mean multiple individuals at
Is it possible to calculate the mean of multiple arrays, when they may have
If you don't know what I mean, check this image out: Multiple images I
What is the best IDE/editor/anything-else that manage javascript project on multiple files? I mean,
Just to clarify, when I say multiple assigment, parallel assignment, destructuring bind I mean
I have a block-level HTML element that contains multiple block-level and inline-level elements, e.g.
Is there an AJAX autocomplete for jQuery that supports multiple columns? I mean multiple
My one web page uses Ajax to display information about multiple activities. I'd like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.