Closed
Description
Problem
The docs don't seem to correspond to the code.
I was tweaking the docs and checking the code. Places where I didn't update the docs it is because I think the docs are better behavior than the code....
Proposed solution
update the code to match the docs (with tests).
One thing I remember concretely is that get_user_info
gets an optional argument of args
that is type argparse.Namespace but the docs say a dict can be passed.
Since we decided to make this a user-facing functionality that can be used by others, I think it is more reusable if it takes a dict and not the full args Namespace?
But there may be other things, so have someone go through the docs and type all the commands illustrated in there and make sure the code actually does what it says.
Metadata
Metadata
Assignees
Labels
No labels