| author | |
| committer | |
| log | 284c7b22a85a6a915740be826e66f91a4cbc743e |
| tree | 790125a5b7dcb914ed311780db87c0db88ebb87b |
| parent | ce3fe72d9a5e380ad3e25018e562abebc5ee24a6 |
To improve understandability of its purpose.1 files changed, 2 insertions(+), 1 deletions(-)
lib/std/process.zig+2-1| ... | ... | @@ -818,7 +818,8 @@ pub const ArgIterator = struct { |
| 818 | 818 | } |
| 819 | 819 | }; |
| 820 | 820 | |
| 821 | /// Use argsWithAllocator() for cross-platform code | |
| 821 | /// Holds the command-line arguments, with the program name as the first entry. | |
| 822 | /// Use argsWithAllocator() for cross-platform code. | |
| 822 | 823 | pub fn args() ArgIterator { |
| 823 | 824 | return ArgIterator.init(); |
| 824 | 825 | } |