github.com/Ptt-official-app/go-bbs@v0.12.0/cmd/bbstool/doc.go (about)

     1  /*
     2  bbstool command provides a command line interface for developer or operators
     3  control their bbstool database.
     4  
     5  **This is an experimental tool**
     6  
     7  User can use bbstool from this format:
     8  
     9  	bbstool showboardlist
    10  
    11  
    12  The full support list is as following:
    13  
    14      showaccountlist  show full account list [TBD]
    15      showboardlist    show full board list [TBD]
    16  
    17  */
    18  package main