You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.
If I write a package which needs optional additional command line parameters like --minify the args are not handed down to the package. For example if I push with:
kanso push local --xyz --debug
and I want to use the flag xyz in my package I got the following result
If I write a package which needs optional additional command line parameters like --minify the args are not handed down to the package. For example if I push with:
and I want to use the flag xyz in my package I got the following result
so my flag gets consumed in kanso and is not handed down to my package :-(
The text was updated successfully, but these errors were encountered: