feat: build is default command and source path is also an argument
Now the build command is implicit. Also, the --source
option is now an argument, so one can call either build or serve and then the path directly. As before, the default is to assume the current path (./
). The usage of --source
or -s
is still possible and will take precedent, for compatibility’s sake.
Now you can build a site just by calling SuCoS
.