How to grab all classes defined from command line? #4520
              
                
                  
                  
                    Answered
                  
                  by
                    olehermanse
                  
              
          
                  
                    
                      craigcomstock
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         I want to write a bundle which responds to any classes defined in a  I know if I do  And there is the classesmatching function that can filter on tags and classmatch which mentions   | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            olehermanse
          
      
      
        Mar 1, 2021 
      
    
    Replies: 1 comment 1 reply
-
| 
         You want them in an slist, right? You can use the tag in classesmatching (including the  (I don't think it's possible to preserve the ordering from the command line, but I guess that doesn't matter).  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        craigcomstock
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You want them in an slist, right?
You can use the tag in classesmatching (including the
=part):(I don't think it's possible to preserve the ordering from the command line, but I guess that doesn't matter).