Forum Discussion

sushie's avatar
sushie
Visitor
5 years ago

How to use swagger for documentation of CLI's

I have a software which uses cli commands on linux. The cli's in turn call C methods.

Is there a way we can use swagger for the documentation of such cli's and publish it online? Or is there any other alternative which I can think of.

 

-Regards

Sushant

 

1 Reply

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    Hi Sushant,

     

    Swagger tools are for REST APIs, which are HTTP-based web services.

     

    To document CLI tools you can use any general-purpose documentation tool.