We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73340cf commit 1e5379fCopy full SHA for 1e5379f
src/main.rs
@@ -73,7 +73,7 @@ struct CommandCat {
73
#[clap(long, short = 'p')]
74
pulse: Option<u64>,
75
76
- /// Begin long after the end of the stream
+ /// Skip existing events, only show new ones
77
#[clap(long, short = 't')]
78
tail: bool,
79
@@ -229,8 +229,7 @@ To start a store at this location, run:
229
230
If using xs.nu conveniences (.cat, .append, etc.), the address is determined by:
231
1. $env.XS_ADDR if set
232
- 2. ~/.config/cross.stream/XS_ADDR file if it exists
233
- 3. {default_path} (default)
+ 2. {default_path} (default)
234
235
To use a different address temporarily:
236
with-env {{XS_ADDR: \"./my-store\"}} {{ .cat }}
0 commit comments