Add cache argument for server command.

This commit is contained in:
Sergey Vartanov 2021-08-03 00:03:15 +03:00
parent be0420b53d
commit 0f7665d3fd
3 changed files with 17 additions and 3 deletions

View file

@ -226,7 +226,7 @@ if __name__ == "__main__":
elif options.command == "element":
draw_element(options)
elif options.command == "server":
server.ui()
server.ui(options)
elif options.command == "taginfo":
from roentgen.taginfo import write_taginfo_project_file