args.1 (493B)
- .\" Collection of Unix tools, comparable to coreutils
 - .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
 - .\" SPDX-License-Identifier: MPL-2.0
 - .Dd 2022-02-13
 - .Dt ARGS 1
 - .Os
 - .Sh NAME
 - .Nm args
 - .Nd dump all passed arguments
 - .Sh SYNOPSIS
 - .Nm
 - .Op Ar arguments
 - .Sh DESCRIPTION
 - .Nm
 - will print out all the arguments passed to it.
 - This is intended as a tool for shell debugging.
 - .Sh EXIT STATUS
 - .Ex -std
 - .Sh AUTHORS
 - .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me