sk364 / codechef-cli

CodeChef Command Line Client.
https://pypi.python.org/pypi/codechefcli
GNU General Public License v3.0
35 stars 36 forks source link

Using subcommands instead of using options #53

Open sreesh-mallya opened 4 years ago

sreesh-mallya commented 4 years ago

I've some suggestions too: How about using subcommands instead of using options for logging in, getting the problem description, listing contests, and submitting code?

Maybe something like:

How about we use typer, instead of argparse?

Originally posted by @sreesh-mallya in https://github.com/sk364/codechef-cli/issues/51#issuecomment-675271293

sk364 commented 4 years ago

@sreesh-mallya are you working on this?

sreesh-mallya commented 4 years ago

@sk364 No not yet but I can take a take it up if you want me to, after I finish the other one.

sreesh-mallya commented 4 years ago

@sk364 I've started work on this issue. I'll create a PR with both the response styling and the subcommands together.

pybash1 commented 3 years ago

@sreesh-mallya can I work on this too? (If using typer)