The --bundle parameter takes the path or directory it needs to search for and defaults to finding square/bundle.json files by default. If you want to have it named differently you should supply a --filename
Instead of using 2 parameters we could just ditch the --filename flag and have users specify the filename in the --bundle instead:
The
--bundle
parameter takes the path or directory it needs to search for and defaults to findingsquare/bundle.json
files by default. If you want to have it named differently you should supply a--filename
Instead of using 2 parameters we could just ditch the
--filename
flag and have users specify the filename in the--bundle
instead: