Suggestions for implementation of a command line interface

前端 未结 8 2005
野的像风
野的像风 2020-12-23 03:46

I am redesigning a command line application and am looking for a way to make its use more intuitive. Are there any conventions for the format of parameters passed into a co

8条回答
  •  一生所求
    2020-12-23 04:17

    Here's a CodeProject article that might help you out...

    C#/.NET Command Line Arguments Parser

    IF VB is your flavor, here's a separate article (with a bit more guidance related content) to check out...

    Parse and Validate Command Line Parameters with VB.NET

提交回复
热议问题