knorrie / python-btrfs

Python Btrfs module
GNU Lesser General Public License v3.0
112 stars 22 forks source link

"Promote" useful examples to proper programs in /usr/bin #15

Closed knorrie closed 5 years ago

knorrie commented 5 years ago

I'm thinking about these ones:

After I do some more work on the tutorial documentation, 99% of the other content of current examples/, or maybe all of it can be deleted anyway (or, should be converted to a less poor way of doing regression testing).

All of them need a bit better commandline argument handling, not explode with a stack trace if you point it to a non-btrfs filesystem, and a basic manual page.

knorrie commented 5 years ago

And this is done in v11.