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
Currently the implementation of flags isn't conformant to standard convention vapor/docs#689. This and I assume several other issues could be alleviated by using ArgumentParser to format input for a Command.
The text was updated successfully, but these errors were encountered:
Using ArgumentParser is definitely the long term plan. When it was first released it was missing a few features we required to switch over but it might be in a better place now to do so
Currently the implementation of flags isn't conformant to standard convention vapor/docs#689. This and I assume several other issues could be alleviated by using
ArgumentParser
to format input for aCommand
.The text was updated successfully, but these errors were encountered: