You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.
The refmanage application will have many functionalities; I've listed the "test" functionality in issue #19, but there will be others. For example: replace all entries' BibTeX keys with the entry's DOI in a specified .bib file.
These different functionalities are very different and will require different sets of arguments. Therefore, it makes sense to use argparsesub-commands to implement the different functionalities.
The text was updated successfully, but these errors were encountered:
The
refmanage
application will have many functionalities; I've listed the "test" functionality in issue #19, but there will be others. For example: replace all entries' BibTeX keys with the entry's DOI in a specified .bib file.These different functionalities are very different and will require different sets of arguments. Therefore, it makes sense to use
argparse
sub-commands to implement the different functionalities.The text was updated successfully, but these errors were encountered: