1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-29 09:06:52 +01:00
nushell/crates/nu-command
Piotr Kufel 5473def7ef
Prefer process name over executable path ()
# Description
Prefer process name over executable path. This in practice causes the
`name` column to use just the base executable name.

Also set start_time to nothing on error, because why not.

# User-Facing Changes

Before:

> /opt/google/chrome/chrome

After:

> chrome

Also picks up changes due to `echo test-proc > /proc/$$/comm`.

# Tests + Formatting

No new coverage.
2024-08-15 13:44:01 +08:00
..
src Prefer process name over executable path () 2024-08-15 13:44:01 +08:00
tests Fallback to extension-based content type detection when parsing Content-Type header fails () 2024-08-14 09:47:01 -05:00
Cargo.toml add more helpful error with text/xml () 2024-08-13 14:27:28 -05:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00
README.md Add top-level crate documentation/READMEs () 2024-07-14 10:10:41 +02:00

This crate contains the majority of our commands

We allow ourselves to move some of the commands in nu-command to nu-cmd-* crates as needed.

Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.