devassistant / devassistant-c2s

Proof-of-Concept implementation of DevAssistant client/server architecture
https://www.devassistant.org
0 stars 2 forks source link

Support default_iff_used in ArgumentParser #22

Open tradej opened 8 years ago

tradej commented 8 years ago

See https://github.com/devassistant/devassistant/blob/master/devassistant/cli/devassistant_argparse.py#L98

hroncok commented 8 years ago

I think importing it from devassistant and making the client dependent on devassistant is a bad idea; so maybe just copy-paste the code?

tradej commented 8 years ago

Yes, copy-pasting seems the preferable solution to me too.

hroncok commented 8 years ago

Do we need this for the proof of concept? It's not in the milestone, but I guess some assistants might need it, right?

tradej commented 8 years ago

We'll be demoing only the nulecule assistant, and it doesn't need it.

hroncok commented 8 years ago

ok