Improvements for gendoc
command #578
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#578
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-node:fix-gendoc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The ecosystem will grow, so maybe we can even move it in a separate repo (frostfs-node dependency is huge).
What do you think?
9f8dfcc11a
tobddfda2d94
bddfda2d94
to34c1daf1ba
I was mistaken, actually we have still
run time
for the date in man. Build time is not that easy and requires support from the clients.I suggest leaving it as is for now.
34c1daf1ba
to8879e065d2
@ -26,0 +32,4 @@
// Do not use unless really necessary.
// Default: `type`.
TypeFlag string
// TypeFlag is the flag to use for depth, without leading `--`.
TypeFlag -> DepthFlag
fixed
@ -26,0 +36,4 @@
// Do not use unless really necessary.
// Default: `depth`.
DepthFlag string
// TypeFlag is the flag to use for extension, without leading `--`.
TypeFlag -> ExtensionFlag
fixed
8879e065d2
to8e24665d96