steamguard-cli/steamguard
Jonas Süskind 75fcf3c456
Remove debug print to stdout in trade sub command (#191)
Every time when the `trade` sub command is executed, the webpage gets
printed to stdout which is a bit irritating and unnecessary.

This PR fixes this, in that it changes the `println!` macro to a
`trace!` macro.
2023-04-19 18:07:10 -04:00
..
src Remove debug print to stdout in trade sub command (#191) 2023-04-19 18:07:10 -04:00
Cargo.toml Bump steamguard v0.7.1, steamguard-cli v0.7.1 2023-03-18 10:52:41 -04:00
LICENSE-APACHE licensing and stuff 2021-08-25 08:36:02 -04:00
LICENSE-MIT licensing and stuff 2021-08-25 08:36:02 -04:00
README.md update readme 2021-08-25 09:18:13 -04:00

steamguard

The library used by steamguard-cli to all the steamguard related things, such as generating 2FA codes and responding to confirmations.