mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 00:57:49 +02:00
First step (#411)
This commit is contained in:
@ -46,6 +46,6 @@ impl Plugin for Inc {
|
||||
self.for_semver(SemVerAction::Patch);
|
||||
}
|
||||
|
||||
self.inc(input)
|
||||
self.inc(call.head, input)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user