[Touch-packages] [Bug 2009738] Re: no lxc manpage

2023-03-21 Thread Seth Arnold
Ah but it's still plenty useful, Simon showed me I was holding the tool the wrong way around. Having 300 manpages in a directory is a pretty fantastic starting point. Thanks :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to l

[Touch-packages] [Bug 2009738] Re: no lxc manpage

2023-03-13 Thread Stéphane Graber
We don't track snap bugs on Launchpad, nor is this something we can fix as it's indeed a missing feature of snaps. If snapd ever grows support for landing manpages on the system (similar to what it does with bash completion profiles), we'll be able to use our manpage generate showed above to popula

[Touch-packages] [Bug 2009738] Re: no lxc manpage

2023-03-09 Thread Simon Déziel
Did I mentioned it was not convenient? :P $ d="$(mktemp -d)" $ lxc manpage "$d" $ ls -1 "$d" lxc.1 lxc.alias.1 lxc.alias.add.1 lxc.alias.list.1 lxc.alias.remove.1 lxc.alias.rename.1 lxc.cluster.1 lxc.cluster.add.1 ... $ ls -1 "$d" | wc -l 293 -- You received this bug notification because you are

[Touch-packages] [Bug 2009738] Re: no lxc manpage

2023-03-09 Thread Seth Arnold
Ah, thanks twice over. I've poked the old bug with a hope for a happier answer today :) Unfortunately lxc manpage isn't exactly ideal: $ lxc manpage lxc Error: open /var/lib/snapd/hostfs/home/sarnold/tmp/takehometests/lxc/lxc.alias.add.1: no such file or directory -- You received this bug noti

[Touch-packages] [Bug 2009738] Re: no lxc manpage

2023-03-09 Thread Simon Déziel
I've been told that snaps can't ship man pages unfortunately: https://forum.snapcraft.io/t/support-for-man-pages/2299/24 https://bugs.launchpad.net/snapd/+bug/1575593 You can get something with `lxc manpage` which is basically the builtin --help formatted for man. However, that's not easy/conveni