Results 310 issues of Vitaly Shukela

It has additional fourth "Birth time" for files.

Resolves #1649. In current state this breaks the build for Musl targets.

Is there analogue of [`#[structopt(flatten)] `](https://docs.rs/structopt/0.3.11/structopt/#flattening) in Argh? For example, in `GoUp` README example, how do I extract `jump` and `height` into a separate struct without chaning CLI?

```rust /// ... #[derive(argh::FromArgs)] struct Opts { #[argh(positional)] dbpath: PathBuf, #[argh(subcommand)] cmd: Cmd, } /// Outout entire content of the database to text file, stdout (suitable for migrations) #[derive(argh::FromArgs)] #[argh(subcommand,...

Can it be used for implementing programs like `xargs` or `nice` where it is important to pass around command line unmodified, even if it contains invalid UTF-8?

Can it be used, for example, to pass entire command line array to a subprocess unmodified without restrictions, like `xargs`? Does it start from `std::env::args` (simpler, but makes this task...

enhancement
large feature

Will `rio` eventually support all the things including Unix sockets (with their SCM_RIGHTS and other tricks), madvice and so on (including not yet appeared things)? Or it would focus on...

> MIT/Apache-2.0 license is available for spacejam's github sponsors. > Cargo.toml Rio seems to have a tricky licence: GPLv3 with exceptions. But I think this fact is not documented properly....

Can it be used to backup filesystem images (e.g. LVM2 snapshots), for them to be read-only-mounted later (without extracting fully)?

I see long list of applications when I activate "Open With" in Ghost Commander, but FreeMP is not there... I can't test how FreeMP works because of it [crashes](https://github.com/recoilme/freemp/issues/14) in...