forked from NotAShelf/beer
beer: don't hardcode version in pound derive
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I2e9f6719f05bb2f310787348ad6e05806a6a6964
This commit is contained in:
parent
92135ddbc1
commit
56c8d0dce6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ use crate::config::Config;
|
|||
|
||||
/// A fast, software-rendered, Wayland-native terminal emulator.
|
||||
#[derive(Parse)]
|
||||
#[pound(name = "beer", version = "0.2.0")]
|
||||
#[pound(name = "beer")]
|
||||
struct Cli {
|
||||
/// Run as a daemon hosting multiple windows.
|
||||
#[pound(long)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue