dellelce / mkit

build software from (latest available) source
1 stars 2 forks source link

rework cli arguments #70

Open dellelce opened 5 months ago

dellelce commented 5 months ago

Update arguments to a more standard format, so that more features can be added.

current format:

$ mkit.sh profile=appname /path/dir

new format:

$ mkit.sh build profile=appname root=/path/dir