Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Implement command line flags inline with new desgin #24

Closed
LLFourn opened this issue May 10, 2018 · 1 comment
Closed

Implement command line flags inline with new desgin #24

LLFourn opened this issue May 10, 2018 · 1 comment
Assignees
Projects

Comments

@LLFourn
Copy link
Collaborator

LLFourn commented May 10, 2018

asx --buy BTC --sell ETH --sell-amount 42 # ETH:BTC (sell 42 eth, buy ?? btc)
asx --buy ETH --sell BTC --sell-amount 42 # ETH:BTC (sell 42 btc, buy ?? eth)

notes

  • The cli doesn't try to construct the symbol
  • The trading service may deny it or pass it on to the exchange service which may in turn deny it
@thomaseizinger thomaseizinger added this to To do in MVP via automation May 10, 2018
@thomaseizinger thomaseizinger added this to the Offer negotiation milestone May 10, 2018
@thomaseizinger thomaseizinger moved this from To do to In progress in MVP May 10, 2018
@D4nte D4nte assigned D4nte and LLFourn and unassigned D4nte May 10, 2018
@thomaseizinger
Copy link
Contributor

Outdated.

MVP automation moved this from In progress to Done May 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
MVP
  
Done
Development

No branches or pull requests

3 participants