hilbert / hilbert-cli

Backend management tools: CLI
Apache License 2.0
6 stars 2 forks source link

Get rid of scripts in /server #74

Open porst17 opened 6 years ago

porst17 commented 6 years ago

Most scripts in /server just wrap tools/hilbert and do some checks of the options and positional arguments. I don't understand why these scripts are necessary. The checks should be done inside the main hilbert.py script. Is there any additional application logic contained in these scripts? If yes, should it be part of hilbert? Or better of the external tools that rely on these scripts.

porst17 commented 6 years ago

@elondaits can we remove the helper scripts in /server or are you still relying on them?

elondaits commented 6 years ago

image