1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Merlin Diavova f3683b7cdc
os: add an .exit_code field to os.Command (#13321)
* Added os.Command.exit_code

* vfmt vlib/os/os_test.v

* extract os.Command to os.v, add a dummy panicing implementation on windows, just for parity, fix os_test.v on macos, skip test_command on windows.

Co-authored-by: Merlin Diavova <md@merlindiaova.org>
Co-authored-by: Delyan Angelov <delian66@gmail.com>
2022-01-30 00:44:52 +02:00
..
2022-01-04 12:21:12 +03:00
2021-11-19 17:47:45 +02:00
2022-01-04 12:21:12 +03:00
2021-08-28 10:23:01 +03:00
2021-08-28 10:23:01 +03:00
2022-01-04 12:21:12 +03:00
2022-01-04 12:21:12 +03:00
2022-01-04 12:21:12 +03:00

Description:

os provides common OS/platform independent functions for accessing command line arguments, reading/writing files, listing folders, handling processes etc.