Skip to content

Commit

Permalink
docs(todo): update project TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtion committed Mar 25, 2022
1 parent fb4fd60 commit 68152f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ use simple_logger::SimpleLogger;
use structopt::StructOpt;

// TODO: move opts and opts parsing to a proper module
// TODO: add option to execute another command
// TODO: find a nice solution to avoid "eating std in" when necessary (network
// issue, paste-bin lost on server side etc...
// TODO: notification/alert on server side when received event?
// TODO: client/server specific configuration
// TODO: json output
// TODO: auto-configuration on startup
// TODO: review error handling (especially server-side)
// TODO: add code coverage

const DEFAULT_ADDRESS: &str = "127.0.0.1";
const DEFAULT_PORT: &str = "2323";
Expand Down

0 comments on commit 68152f8

Please sign in to comment.