Top "Command-line-arguments" questions

Programming command line utilities that take parameters.

MIPS: Reading a string from command line argument

I'm new to Assembly. I'm having some trouble reading a string from the command line arguments. I would like to …

assembly command-line-arguments mips computer-architecture spim
getopts printing help when no cmd. line argument was matched

I'm trying to use getopts in bash to parse command line arguments, but I couldn't figure out how to implement "…

bash shell command-line-arguments getopt getopts
@ARGV is empty using ActivePerl in Windows 7

I have the following Perl script. I am trying to run it in Windows 7 using ActivePerl: #!c:\Perl64\bin\perl.…

perl windows-7 command-line-arguments activeperl
Soap UI startup parameters

I have the free version of Soap UI and several different workspaces. I would like to set up several shortcuts …

command-line-arguments soapui
Adding a help command to a script

Is there a standard way of adding a help function to a script? The simplest way would maybe to take …

perl documentation command-line-arguments getopt-long perl-pod
Printing pointer addresses in C [two questions]

I know that my questions are very simple but googleing them didn't get me any useful results... They'r probably too …

c pointers int free command-line-arguments
command line arguments with leiningen

I have recently started out with clojure, and I am using leiningen to create a small project. I am having …

clojure command-line-arguments leiningen
python argparse - either both optional arguments or else neither one

I have a program that uses a default name and password. I'm using argparse to allow the user to specify …

python command-line-arguments argparse
C# Process Start needs Arguments with double quotes - they disappear

I'm trying to run a cmd line application from c# using Process.Start(ProcessStartInfo); The problem is, the cmd line …

c# matlab cmd command-line-arguments process.start
gwt-maven-plugin: Compile fails "with status 1"

I've been working on a GWT project for a while, and I believe since I've added new dependencies, I get …

maven gwt dependencies command-line-arguments gwt-maven-plugin