Sam Kantor
Sam Kantor
After looking through our `edward.json` file, I think I might have a good solution. If we only want to support adding flags to the launch step, I believe we could...
That definitely looks cleaner, but I worry that as the number of options passed in rises, users may not appreciate having to retype `launch_option` each time. What do you think?...
That's a pretty difficult problem. The way that i see it is that, the current launch path already has an arbitrary number of parameters. I.e. $A1 $A2 ... $AX We...
That's a pretty neat approach! How would you recommend someone add a param? If I'm understanding the approach correctly, in the launch step we could have something like: `launch: server...