Closed aleh-null closed 2 months ago
With the current project layout, the paths become a bit weird, e.g. hide/cmd/hide/pkg/cmd
. I think we can simplify it by separating hide/cmd
and hide/pkg
. In the hide/cmd
package we'll have everything related to commands and in hide/pkg
all the internal stuff as we have now. By the way, we can rename it into internal
because I don't think we plan for it to be used externally.
TODO:
hide run/server ...
--help
and--version
flags are enabled, version only prints some mock information