logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

function::cmdline_arg - Fetch a command line argument

Arguments

n
           Argument to get (zero is the program itself)

Description

       Returns argument the requested argument from the current process or the empty string when there are not
       that many arguments or there is a problem retrieving the argument. Argument zero is traditionally the
       command itself.

Name

       function::cmdline_arg - Fetch a command line argument

See Also

tapset::context(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::CMDLINE_AR(3stap)

Synopsis

           cmdline_arg:string(n:long)

See Also