pubs/papers/commands/__init__.py
Olivier Mangin 06ea3627f4 Adds new attach command.
Adds command to associate a document (pdf, ...) to an existing paper
(same copy option than add and import commands).
2013-06-21 20:00:01 +02:00

13 lines
211 B
Python

import add_cmd
import add_library_cmd
import import_cmd
import export_cmd
import init_cmd
import list_cmd
import open_cmd
import edit_cmd
import remove_cmd
import websearch_cmd
import tags_cmd
import attach_cmd