Skip to content

-ar flags do not seem to work if they come before the filename. #22

@janaakhterov

Description

@janaakhterov
~
❯ touch test

~echo "Hello, world." > test

~time hx -ar test
^CCommand terminated by signal 2
0.00user 0.00system 0:04.46elapsed 0%CPU (0avgtext+0avgdata 2528maxresident)k
0inputs+0outputs (0major+107minor)pagefaults 0swaps

~ took 4s
❯ time hx test -ar
let ARRAY: [u8; 14] = [
    0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x2c, 0x20, 0x77, 0x6f, 0x72,
    0x6c, 0x64, 0x2e, 0x0a
];
0.00user 0.00system 0:00.00elapsed 93%CPU (0avgtext+0avgdata 2796maxresident)k
0inputs+0outputs (0major+112minor)pagefaults 0swaps

~```

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions