cmd.Flags().StringVarP(&configData.RootDirectory,"rootDirectory","d",".","The root directory. All files in this directory and its sub-directories get published.")
cmd.Flags().StringVarP(&configData.BindHostAndPort,"bindHostPort","b","0.0.0.0:8080","The address or hostname and port where to bind the file server.")