Skip to content

Commit cfdcdcd

Browse files
docs(packet-sender): identify current bug
1 parent 1f0ec78 commit cfdcdcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packet-sender/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ use crate::network::PacketSender;
1717
#[command(name = "packet-sender")]
1818
#[command(about = "Hyperloop packet sender for testing backend and frontend", long_about = None)]
1919
struct Cli {
20+
21+
/// TODO: TO CHANGE = GO'S os.UserCacheDir()
2022
/// Path to ADJ directory (defaults to ../backend/cmd/adj)
2123
#[arg(short, long, default_value = "../backend/cmd/adj")]
2224
adj_path: PathBuf,

0 commit comments

Comments
 (0)