XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

avoid printing debug functions with `axr -l`

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

+1
+1
src/axr.nu.in
··· 36 36 37 37 def print-functions [] { 38 38 get-functions 39 + | where $it not-has "_debug" 39 40 | each {|function| 40 41 let help = help atomic-xr $function | lines 41 42