1

I wanted to ask what the flags "lcs" in "ionic run android -lcs" mean? (I had an error with the ionic framework that my app was only builded in the right way when using this flags but I don't know what they do stand for.)

FranzHuber23
  • 3,311
  • 5
  • 24
  • 63

1 Answers1

1

The three letters, separately, are abbreviations for the options of:

  • --livereload
  • --consolelogs
  • --serverlogs

See more here.

whatsthatitspat
  • 691
  • 1
  • 7
  • 20