mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:45:08 +02:00
Remove month and year duration constants (#6613)
remove month/year/decade durations for parsing and units, but leave the humanized output for viewing
This commit is contained in:
@ -30,7 +30,4 @@ pub enum Unit {
|
||||
Hour,
|
||||
Day,
|
||||
Week,
|
||||
Month,
|
||||
Year,
|
||||
Decade,
|
||||
}
|
||||
|
Reference in New Issue
Block a user