Closed Fryguy closed 6 months ago
also, can we drop --input
and --workflow
?
I left them in when introducing ARGV, but think it is time to drop them.
Don't see any reason to support multiple ways to specify these values.
Thoughts?
No this PR makes them a) permanent (I use them personally and prefer them) and b) input, specifically, is useful for multiple workflows that take the same input cause you only need to specify it once
I could see maybe removing --workflow in a future PR, but --input has a use case.
This commit cleans up the exe/floe interface for bare workflow/input pairs when passed in combination with
--workflow
and--input
. This commit also makes the--workflow
and--input
params no longer legacy but supported.The following are now all accepted ways to pass these parameters:
The following will raise errors: