fission-codes / fission-cli

Rewrite it in Rust 🦀
Apache License 2.0
1 stars 1 forks source link

Add remote flag #33

Open bgins opened 1 year ago

bgins commented 1 year ago

Summary

Problem

Currently there is no way to specify the remote staging servers for testing purposes.

Impact

It makes testing new features on the server quite difficult as the source code would need to be changed temporarily and recompiled just to talk to the staging servers.

Solution

Add a flag with Clap that sets a variable.

Details

This feature is in the Haskell version of the CLI but needs to be included in the rewrite.

BoisterousCoder commented 1 year ago

Seems to already exist to the extent that it can currently be implemented to should we close this issue? https://github.com/fission-codes/fission-cli/blob/27ca6efcf33972dea0e15eff927945f290672619/src/main.rs#L15