schneiderl on schneiderl-style_guide_technical_syntax
remove keyboard shortcuts from … (compare)
linux
, but I guess not
tldr
specs.--render
as optional in the specs only to have the same name in all CLI clients?
tldr-pages/tldr
?
/etc/
vs /etc
)? I believe it is good practice to put keep slash because it reveals that a path is a directory, not a file and also it prevents errors on concatenation, because multiple slashes is not an error (/foo///bar//
is a valid system path). Also I see no what can become broken if convention will be changed.